projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf9992
)
(calc-dispatch): Remove unnecessary `sit-for'.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 12 Sep 2006 16:58:31 +0000
(16:58 +0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 12 Sep 2006 16:58:31 +0000
(16:58 +0000)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index bbb80bebc1d24686103a6690acf1115b8327f329..35b7c19cf1a13f5cd201f665330b29585e686014 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1101,7
+1101,7
@@
If nil, selections displayed but ignored.")
(defun calc-dispatch (&optional arg)
"Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details."
(interactive "P")
- (sit-for echo-keystrokes)
+
;
(sit-for echo-keystrokes)
(condition-case err ; look for other keys bound to calc-dispatch
(let ((keys (this-command-keys)))
(unless (or (not (stringp keys))